1) Where to put your CSSURL copied
Vyasa loads custom CSS in this order (later wins):
- Framework CSS (bundled in the app)
- Root global CSS:
global.css, custom.css, or style.css at your blog root
- Folder global CSS:
global.css inside a folder and its ancestor folders
- Folder scoped CSS:
custom.css or style.css inside a folder and its ancestor folders
Your blog root is determined by VYASA_ROOT or a .vyasa config file. If neither is set, Vyasa uses the current working directory.